3.18.0
authorMatthias Clasen <mclasen@redhat.com>
Mon, 21 Sep 2015 21:32:36 +0000 (17:32 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 22 Sep 2015 02:02:14 +0000 (22:02 -0400)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index be168d3bbd12c05885f365dfe787986587d5c6cf..c1640100c6d4d0a92e54eda7b2b18f6d26840da4 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,41 @@
+Overview of Changes in GTK+ 3.18.0
+==================================
+
+* Speed up shadow drawing by caching corner shadows
+
+* Memory leak fixes
+
+* Bugs fixed:
+ 681965 Clean up the autotools files on the parts used for Visual C++...
+ 754098 Cannot resize window with destroyed EventBox
+ 754629 gtk-demo: $(EXEEXT) is missing
+ 754745 overlay scrollbar shouldn't hide when the slider is being grabbed
+ 754952 gdk_pixbuf_get_from_window: always returns same image
+ 755021 context menu in empty file folder -> crash
+ 755274 test-simplify uses bashism in /bin/sh script
+ 755352 Crash on widget destruction during event handling
+
+* Translation updates:
+ Brazilian Portuguese
+ Czech
+ Danish
+ French
+ Greek
+ Hungarian
+ Japanese
+ Kazakh
+ Latvian
+ Lithuanian
+ Norwegian bokmÃ¥l
+ Persian
+ Russian
+ Serbian
+ Serbian Latin
+ Spanish
+ Swedish
+ Turkish
+
+
 Overview of Changes in GTK+ 3.17.9
 ==================================
 
index b096e2e9b506252f4afb1ad69204e77754603b4c..11e7795c61025f16a5263a83312aff3658f2e796 100644 (file)
@@ -9,8 +9,8 @@
 # set GTK_BINARY_AGE and GTK_INTERFACE_AGE to 0.
 
 m4_define([gtk_major_version], [3])
-m4_define([gtk_minor_version], [17])
-m4_define([gtk_micro_version], [9])
+m4_define([gtk_minor_version], [18])
+m4_define([gtk_micro_version], [0])
 m4_define([gtk_interface_age], [0])
 m4_define([gtk_binary_age],
           [m4_eval(100 * gtk_minor_version + gtk_micro_version)])